home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10402 < prev    next >
Encoding:
Text File  |  1996-08-05  |  925 b   |  29 lines

  1. Path: news.mindspring.com!usenet
  2. From: wdnick@mindspring.com (William "Doug" Nicholson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: How do you do some math things?
  5. Date: Fri, 08 Mar 1996 02:48:22 GMT
  6. Organization: MindSpring Enterprises
  7. Message-ID: <4hnseu$t76@firebrick.mindspring.com>
  8. References: <1996Mar07.220056.133566@ua1ix.ua.edu>
  9. Reply-To: wdnick@mindspring.com
  10. NNTP-Posting-Host: wdnick.mindspring.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. Steamer222.aol.com (CChambl1) wrote:
  14.  
  15. >    Does any know how to do all the math functions like square root
  16. >and squares and all the other operators?
  17.  
  18. At the beginning of your program put:
  19.  
  20. #include <math.h>
  21.  
  22.  
  23.  
  24. William D. Nicholson                                       wdnick@mindspring.com 
  25. Mechanical Engineering Student       
  26. Southern College of Technology                           It is what you make it.
  27. Under heavy construction:  http://www.mindspring.com/~wdnick/home.html
  28.  
  29.